CreateHash(String,Byte[]) Method
In This Topic
Creates a salted PBKDF2 hash of the password.
Syntax
'Declaration
Public Overloads Shared Function CreateHash( _
ByVal As String, _
ByVal () As Byte _
) As String
public static string CreateHash(
string ,
byte[]
)
Parameters
- password
- The password to hash.
- salt
Return Value
The hash of the password.
See Also